From: Jason Rumney Date: Mon, 3 May 2004 10:40:59 +0000 (+0000) Subject: Use forward slashes in paths. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22743 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=53e8bfb9ff08464c8250d0db622119c056e515b3;p=emacs.git Use forward slashes in paths. --- diff --git a/man/makefile.w32-in b/man/makefile.w32-in index 4ca90f18dba..87de4d75e1a 100644 --- a/man/makefile.w32-in +++ b/man/makefile.w32-in @@ -30,7 +30,7 @@ infodir = $(srcdir)/../info # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo -MULTI_INSTALL_INFO = $(srcdir)\..\nt\multi-install-info.bat +MULTI_INSTALL_INFO = $(srcdir)/../nt/multi-install-info.bat INFO_TARGETS = $(infodir)/emacs $(infodir)/ccmode \ $(infodir)/cl $(infodir)/dired-x \ $(infodir)/ediff $(infodir)/forms \ @@ -60,7 +60,7 @@ INFOSOURCES = info.texi texi2dvi $< TEXI2DVI = texi2dvi -ENVADD = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ +ENVADD = $(srcdir)/../nt/envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C EMACSSOURCES= \